home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7611 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.lmu.edu!aminier@popmail.lmu.edu
  2. From: Ray Toal <rtoal@eecs.lmu.edu>
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 24 Feb 1996 10:25:28 GMT
  6. Organization: Loyola Marymount University
  7. Message-ID: <4gmp2o$ian@ux1.lmu.edu>
  8. References: <00001a73+00002504@msn.com> <4etcmm$lpd@nova.dimensional.com>   <312515DF.7D3B@cmlj.demon.co.uk> <4gad29$ddp@druid.borland.com> <4ggshe$7bk@goanna.cs.rmit.EDU.AU>
  9. NNTP-Posting-Host: 157.242.68.31
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  14.  
  15. ok@goanna.cs.rmit.EDU.AU (Richard A. O'Keefe) wrote:
  16.  
  17. >(4) C++ in particular has been changing very rapidly.  It seems as if every
  18. >    time I turn around there is a new keyword.  I was looking at some code
  19. >    fragments today in a book; they were full of things like
  20. >    void HelpIndex () (RTMessage) = [CM_FIRST+CM_HelpIndex];
  21. >    I've used three C++ compilers, read every book with "Stroustrup" on it,
  22. >    and keep on browsing through the draft standard, and haven't the foggiest
  23. >    notion what this is supposed to do.
  24.  
  25. That line of code was not standard C++ (not that there even is a standard
  26. yet :-). It was a "syntax extension" that came with the Borland C++
  27. Compiler Version 3.x as part of the ObjectWindows Framework.  
  28. Interestingly when Borland released 4.0 they removed that "syntax
  29. extension."
  30.  
  31. I would be interested to know if any Ada vendors have released
  32. Ada compilers with vendor-specific syntax modifications.
  33.  
  34. Ray Toal
  35.  
  36.  
  37.